home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / tsh091.zip / AUTOEXEC.TSH next >
Text File  |  1994-03-07  |  745b  |  46 lines

  1. # The file AUTOEXEC.TSH can be placed in C:\. It is executed by
  2. # each copy of TSH started. This is a copy of my AUTOEXEC.TSH
  3.  
  4. # Prefered listing formats
  5.  
  6. alias l ls -sal
  7. alias dir ls -sal
  8. alias dir/w ls
  9.  
  10. # Common editor typos
  11.  
  12. alias ed pfe.exe
  13. alias vi pfe.exe
  14. alias bb pfe.exe
  15.  
  16. # Common shell typos
  17.  
  18. alias sh tsh
  19. alias ksh tsh
  20.  
  21. # Debugging
  22.  
  23. alias tr dfa /D c:\windows\winspctr.log c:\windows\winspctr.bin
  24. alias tb ed dfa.out
  25.  
  26. # Aliases for familiar DOS commands
  27.  
  28. alias rename mv
  29. alias ren mv
  30. alias md mkdir
  31. alias rd rmdir
  32. alias prompt set PROMPT
  33. alias si sysinfo
  34.  
  35. # dos is faster to type than command
  36.  
  37. alias dos command
  38.  
  39. # Prompt strings
  40. set PS1 "tsh [!] "
  41. set PS2 "> "
  42. set PS3 "? "
  43.  
  44. set WS1 "~"
  45.  
  46.